3.105 \(\int \frac {1}{\cos ^{-1}(a x)^{3/2}} \, dx\)

Optimal. Leaf size=59 \[ \frac {2 \sqrt {1-a^2 x^2}}{a \sqrt {\cos ^{-1}(a x)}}-\frac {2 \sqrt {2 \pi } C\left (\sqrt {\frac {2}{\pi }} \sqrt {\cos ^{-1}(a x)}\right )}{a} \]

[Out]

-2*FresnelC(2^(1/2)/Pi^(1/2)*arccos(a*x)^(1/2))*2^(1/2)*Pi^(1/2)/a+2*(-a^2*x^2+1)^(1/2)/a/arccos(a*x)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.09, antiderivative size = 59, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {4622, 4724, 3304, 3352} \[ \frac {2 \sqrt {1-a^2 x^2}}{a \sqrt {\cos ^{-1}(a x)}}-\frac {2 \sqrt {2 \pi } \text {FresnelC}\left (\sqrt {\frac {2}{\pi }} \sqrt {\cos ^{-1}(a x)}\right )}{a} \]

Antiderivative was successfully verified.

[In]

Int[ArcCos[a*x]^(-3/2),x]

[Out]

(2*Sqrt[1 - a^2*x^2])/(a*Sqrt[ArcCos[a*x]]) - (2*Sqrt[2*Pi]*FresnelC[Sqrt[2/Pi]*Sqrt[ArcCos[a*x]]])/a

Rule 3304

Int[sin[Pi/2 + (e_.) + (f_.)*(x_)]/Sqrt[(c_.) + (d_.)*(x_)], x_Symbol] :> Dist[2/d, Subst[Int[Cos[(f*x^2)/d],
x], x, Sqrt[c + d*x]], x] /; FreeQ[{c, d, e, f}, x] && ComplexFreeQ[f] && EqQ[d*e - c*f, 0]

Rule 3352

Int[Cos[(d_.)*((e_.) + (f_.)*(x_))^2], x_Symbol] :> Simp[(Sqrt[Pi/2]*FresnelC[Sqrt[2/Pi]*Rt[d, 2]*(e + f*x)])/
(f*Rt[d, 2]), x] /; FreeQ[{d, e, f}, x]

Rule 4622

Int[((a_.) + ArcCos[(c_.)*(x_)]*(b_.))^(n_), x_Symbol] :> -Simp[(Sqrt[1 - c^2*x^2]*(a + b*ArcCos[c*x])^(n + 1)
)/(b*c*(n + 1)), x] - Dist[c/(b*(n + 1)), Int[(x*(a + b*ArcCos[c*x])^(n + 1))/Sqrt[1 - c^2*x^2], x], x] /; Fre
eQ[{a, b, c}, x] && LtQ[n, -1]

Rule 4724

Int[((a_.) + ArcCos[(c_.)*(x_)]*(b_.))^(n_.)*(x_)^(m_.)*((d_) + (e_.)*(x_)^2)^(p_.), x_Symbol] :> -Dist[d^p/c^
(m + 1), Subst[Int[(a + b*x)^n*Cos[x]^m*Sin[x]^(2*p + 1), x], x, ArcCos[c*x]], x] /; FreeQ[{a, b, c, d, e, n},
 x] && EqQ[c^2*d + e, 0] && IntegerQ[2*p] && GtQ[p, -1] && IGtQ[m, 0] && (IntegerQ[p] || GtQ[d, 0])

Rubi steps

\begin {align*} \int \frac {1}{\cos ^{-1}(a x)^{3/2}} \, dx &=\frac {2 \sqrt {1-a^2 x^2}}{a \sqrt {\cos ^{-1}(a x)}}+(2 a) \int \frac {x}{\sqrt {1-a^2 x^2} \sqrt {\cos ^{-1}(a x)}} \, dx\\ &=\frac {2 \sqrt {1-a^2 x^2}}{a \sqrt {\cos ^{-1}(a x)}}-\frac {2 \operatorname {Subst}\left (\int \frac {\cos (x)}{\sqrt {x}} \, dx,x,\cos ^{-1}(a x)\right )}{a}\\ &=\frac {2 \sqrt {1-a^2 x^2}}{a \sqrt {\cos ^{-1}(a x)}}-\frac {4 \operatorname {Subst}\left (\int \cos \left (x^2\right ) \, dx,x,\sqrt {\cos ^{-1}(a x)}\right )}{a}\\ &=\frac {2 \sqrt {1-a^2 x^2}}{a \sqrt {\cos ^{-1}(a x)}}-\frac {2 \sqrt {2 \pi } C\left (\sqrt {\frac {2}{\pi }} \sqrt {\cos ^{-1}(a x)}\right )}{a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.04, size = 86, normalized size = 1.46 \[ -\frac {-2 \sqrt {1-a^2 x^2}-i \sqrt {-i \cos ^{-1}(a x)} \Gamma \left (\frac {1}{2},-i \cos ^{-1}(a x)\right )+i \sqrt {i \cos ^{-1}(a x)} \Gamma \left (\frac {1}{2},i \cos ^{-1}(a x)\right )}{a \sqrt {\cos ^{-1}(a x)}} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[ArcCos[a*x]^(-3/2),x]

[Out]

-((-2*Sqrt[1 - a^2*x^2] - I*Sqrt[(-I)*ArcCos[a*x]]*Gamma[1/2, (-I)*ArcCos[a*x]] + I*Sqrt[I*ArcCos[a*x]]*Gamma[
1/2, I*ArcCos[a*x]])/(a*Sqrt[ArcCos[a*x]]))

________________________________________________________________________________________

fricas [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/arccos(a*x)^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\arccos \left (a x\right )^{\frac {3}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/arccos(a*x)^(3/2),x, algorithm="giac")

[Out]

integrate(arccos(a*x)^(-3/2), x)

________________________________________________________________________________________

maple [A]  time = 0.13, size = 66, normalized size = 1.12 \[ -\frac {\sqrt {2}\, \left (2 \arccos \left (a x \right ) \pi \FresnelC \left (\frac {\sqrt {2}\, \sqrt {\arccos \left (a x \right )}}{\sqrt {\pi }}\right )-\sqrt {2}\, \sqrt {\arccos \left (a x \right )}\, \sqrt {\pi }\, \sqrt {-a^{2} x^{2}+1}\right )}{a \sqrt {\pi }\, \arccos \left (a x \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/arccos(a*x)^(3/2),x)

[Out]

-1/a*2^(1/2)/Pi^(1/2)/arccos(a*x)*(2*arccos(a*x)*Pi*FresnelC(2^(1/2)/Pi^(1/2)*arccos(a*x)^(1/2))-2^(1/2)*arcco
s(a*x)^(1/2)*Pi^(1/2)*(-a^2*x^2+1)^(1/2))

________________________________________________________________________________________

maxima [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: RuntimeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/arccos(a*x)^(3/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: Error executing code in Maxima: expt: undefined: 0 to a negative e
xponent.

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {1}{{\mathrm {acos}\left (a\,x\right )}^{3/2}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/acos(a*x)^(3/2),x)

[Out]

int(1/acos(a*x)^(3/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\operatorname {acos}^{\frac {3}{2}}{\left (a x \right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/acos(a*x)**(3/2),x)

[Out]

Integral(acos(a*x)**(-3/2), x)

________________________________________________________________________________________